home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / dd2.arc / HELP.BAT < prev   
Encoding:
DOS Batch File  |  1986-12-17  |  960 b   |  20 lines

  1. echo off
  2.  
  3. echo ╔═══════════════════════════════════════════════════════════════════════════╗
  4. echo ║                                                                           ║
  5. echo ║   Help.Bat will print the on screen help available at any time by using   ║
  6. echo ║   the -H command line argument on Directory of Duplicate Version 2.00 .   ║
  7. echo ║                                                                           ║
  8. echo ║   Be aware that the help consists of more than 24 lines so information    ║
  9. echo ║   will scroll of the top of the screen and will be lost.  This output     ║
  10. echo ║   was generated via PC-DOS calls so that it may be redirected to a file   ║
  11. echo ║   or the PC-DOS MORE filter.                                              ║
  12. echo ║                                                                           ║
  13. echo ╚═══════════════════════════════════════════════════════════════════════════╝
  14.  
  15. pause
  16.  
  17. dd2 -h
  18.  
  19.  
  20.